@charset "UTF-8";
.header {
  background-color: #fff;
  height: 58px;
  top: -58;
  /* color: #495267; */
  display: -webkit-box;
  display: -ms-flexbox;
  border-bottom: 1px solid rgb(245, 244, 244);
  box-shadow: 0px -2px 7px -2px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_fixed{
  color: #fff;
  width: 100%;
  position: fixed;
  height: 58px;
  top: 0;
  /* transition:all 3s linear; */
  z-index: 1000;
  background-color: #3965F3;
  border: none;
}

.header_fixed .actionList {
  background-color: #3965F3 !important;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}



.header_fixed .actionList li:hover {
  border-bottom: 3px solid #fff !important;
  cursor: pointer;
  /* text-shadow: 0px 0px 1px #3965F3; */
  color: #fff !important;
  font-weight: 600;
  padding-top: 3px;
}

.header_fixed .actionList .li-active {
  border-bottom: 3px solid #fff !important;
  cursor: pointer;
  /* text-shadow: 0px 0px 1px #fff; */
  color: #fff !important;
  font-weight: 600;
  padding-top: 3px;
}


.header .content {
  /* background-color: #fff; */
  min-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header a {
  color: #495267;
}

.header a:hover {
  color: #3965F3;
}
.header_fixed a {
  color: #fff;
}

.header_fixed a:hover {
  color: #fff;
}

.header ul {
  white-space: nowrap;
}

.header .actionList {
  background-color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .actionList .actionList1 {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between; 			
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 630px;
  overflow-x: auto;
}

.actionList1:before,.actionList1:after { 			
    content: ''; 			
    display: block; 		
  }

.header .actionList li {
  /* margin: 0px 21px; */
  position: relative;
}

.header .actionList li a {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.header .actionList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  line-height: 45px;
  /* border-bottom: 3px solid #3965f3; */
}

.header .actionList li:hover {
  border-bottom: 3px solid #3965F3;
  cursor: pointer;
  /* text-shadow: 0px 0px 1px #3965F3; */
  color: #3965F3;
  font-weight: 600;
  padding-top: 3px;
}

.header .actionList .li-active {
  border-bottom: 3px solid #3965F3;
  cursor: pointer;
  /* text-shadow: 0px 0px 1px #fff; */
  color: #3965F3;
  font-weight: 600;
  padding-top: 3px;
}

.header .login {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .login li {
  margin-left: 10px;
  cursor:pointer
}

.header .login .enterpriseBorder {
  background-color: #fff;
  margin-left: 10px;
}

.header_fixed .login .enterpriseBorder {
  background-color: #5B80F5;
  margin-left: 10px;
  color: #FFE8BE;
}

.header .login .enterpriseBorder :hover {
  background-color: #F1F4FE;
  cursor: pointer;
}
.header_fixed .login .enterpriseBorder :hover {
  background-color: #5B80F5;
  cursor: pointer;
}

.header .login .enterprise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 119px;
  height: 58px;
  color: #ffe8be;
}

.header .login_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.header .login_in .user_info {
  margin-top: 3px;
  position: relative;
}

.header .login_in .user_info .user-xlk {
  display: none;
  position: absolute;
}

.header .login_in .action {
  margin-left: 10px;
}

.J_reg_select_box .title {
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.J_reg_select_box .sbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.J_reg_select_box .sbox .J_hoverbut {
  text-align: center;
}

.J_reg_select_box .sbox .J_hoverbut:hover {
  color: #68bad5;
}

.J_reg_select_box .sbox .stitle {
  font-size: 22px;
  padding-bottom: 15px;
}

.J_reg_select_box .sbox .stxt {
  font-size: 14px;
  line-height: 220%;
  text-align: center;
}

.J_reg_select_box .sbox .slisit1 {
  width: 215px;
  padding-top: 225px;
  float: left;
  background-image: url("../../../../../../../icon/images/pc/招聘注册.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.J_reg_select_box .sbox .slisit2 {
  width: 215px;
  padding-top: 225px;
  float: left;
  background-image: url("../../../../../../../icon/images/pc/求职注册.png");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.layui-nav .layui-nav-item {
  line-height: 50px !important;
}

.layui-nav {
  background-color: #fff !important;
  padding: 0 !important;
  border: none !important;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.layui-nav .layui-this:after,
.layui-nav-bar {
  width: 0px !important;
}

.layui-nav .layui-nav-item a {
  color: #3965F3 !important;
}

.layui-nav .layui-nav-child a {
  color: #333 !important;
  cursor: pointer;
}



.header_fixed .layui-nav {
  background-color: #3965F3 !important;
  padding: 0 !important;
  border: none !important;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_fixed .layui-nav .layui-nav-item a{
  color: #fff !important;
}
.header_fixed .layui-nav .layui-nav-child a {
  color: #333 !important;
  cursor: pointer;
}

/*# sourceMappingURL=header.css.map */